Welcome![Sign In][Sign Up]
Location:
Search - mfc source code

Search list

[Process-ThreadProcessSchedule_Win

Description: 进程调度源代码 用的是优先级高者优先调度算法 MFC编程-The process of scheduling the source code using a high-priority priority scheduling algorithm MFC Programming
Platform: | Size: 53248 | Author: 张凯 | Hits:

[VC/MFCB04

Description: 一个用mfc做的比较简单的时钟程序源代码!-Used to do a comparative mfc simple clock source code!
Platform: | Size: 1948672 | Author: zhouhong | Hits:

[Dialog_WindowToDoList_src

Description: ToDoList源代码,非常经典的MFC程序。-ToDoList source code, very classic MFC procedures.
Platform: | Size: 901120 | Author: 陈正 | Hits:

[Internet-Networkserver_client

Description: 基于ACE和MFC编的点对点局域网聊天和文件传输软件源代码,对于WINDOWS下ACE开发有一定参考价值-ACE and MFC-based series of point-to-point LAN chat and file transfer software source code, under the ACE development for WINDOWS certain reference value
Platform: | Size: 573440 | Author: 王旭敏 | Hits:

[OtherMine

Description: 类似windows 自带扫雷源代码,对于mfc初学者有极大帮组-Similar to mine own windows source code, mfc For beginners there are a great help group
Platform: | Size: 95232 | Author: dai | Hits:

[Windows DevelopChineseConv

Description: 中文分为简体、繁体两种内码,另外还有统一码,如果要在不同码之间转换,需要有一个对应表格,程序编写起来非常繁琐,而且更要有内码对照表格。笔者,在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。 -Divided into Simplified Chinese, Traditional two types of code, in addition to Unicode, if you want to switch between different codes, the need for a corresponding form programming is very tedious, but also have a form of control code. The author, in reading in MSDN and found that as long as MultiByteToWideChar妙用LCMapString two functions can be simple to realize different code conversion. In order to allow programmers to use more convenient, I prepared a CChineseConvertor category, packing all the Chinese code conversion function. Readers can be added directly in the MFC such, is also very easy to use. For further details, please ChineseConvertor.h and ChineseConvertor.cpp View the source code.
Platform: | Size: 2048 | Author: liuguixue | Hits:

[Other2005111721916276531

Description: 定时器 的源代码 比较简单 简易使用MFC中的定时器 -Timer source code is relatively simple summary of the use of MFC timer
Platform: | Size: 1002496 | Author: 李子 | Hits:

[Menu controlMenu

Description: VC++里面的MFC类库实现的基本菜单操作,以及简单绘图功能的源代码-VC++ Inside MFC class library to achieve the basic menu operation, and a simple mapping function of the source code
Platform: | Size: 45056 | Author: 闫培峰 | Hits:

[Windows DevelopMFCmymine

Description: VC写的扫雷小程序,和windows自带的扫雷一模一样,用MFC写的,附带详细的源代码,可以参考用以学习VC编程-VC mine wrote a small procedure, and the windows of mine own the same, using MFC wrote, fringe detailed source code, can refer to learn VC Programming
Platform: | Size: 167936 | Author: leon | Hits:

[VC/MFCTestMoveButton

Description: 这个是MFC用于拖动CSATIC图标的程序源代码-This is the MFC for the drag icon CSATIC source code
Platform: | Size: 29696 | Author: caopeipei | Hits:

[Windows Developmain

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is being distributed
Platform: | Size: 5120 | Author: 蓝海星 | Hits:

[Communication-Mobilepcmjiema

Description: 这是一段用mfc实现的的编解码器的源代码-This is a period of use mfc realize codec source code
Platform: | Size: 3072 | Author: 龚海泉 | Hits:

[Windows DevelopMFCprogramebuldeCode

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 46080 | Author: 陈嵩 | Hits:

[GDI-Bitmapwjxocx

Description: VC6绘++开发的五角星等OCX控件源代码程序,MFC开发-VC6 painted++ Developed pentacle OCX controls, such as source code program, MFC Development
Platform: | Size: 154624 | Author: qimingxing | Hits:

[DirextXDirectShow

Description: DirectShow应用开发案例,第4章用到的代码,其中AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码FilterTitleOverlay是字符叠加Filter的源代码。 第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。 第7章用到的代码,其中DsDemo是一些演示代码。 第9章用到的代码,其中DESCallback演示了控制DirectShow智能 连接的方法。 第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放” 实现的所有源代码(请打开Daisy.dsw浏览各项目)。 第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码, FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。-DirectShow Application Development Case, Chapter 4 of the code used, which AppIPTransform for MFC Filter example, DsDemo are some demo code FilterTitleOverlay is superimposed characters Filter source code. Chapter 5 of the code used, which GraphBuilding build Filter Graph technology for some of the code, SimplePlayer for a simple player example. Chapter 7 of the code used, which DsDemo are some demo code. Chapter 9 of the code used, which demonstrated DESCallback control methods DirectShow Intelligent Connect. Chapter 18 use the code, which MpegNetwork for
Platform: | Size: 9935872 | Author: liying | Hits:

[VC/MFCtest00778

Description: 初学者看的MFC源代码-Beginners to see the source code of MFC
Platform: | Size: 47104 | Author: suweijia | Hits:

[OtherCode3

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool is computer-aided design tools, WinMain in MFC process is how from the source was hidden, theApp global variable is how to be allocated, MFC in the framework of the several types of roles and each other relations, MFC framework of the window is how to produce and destruction of the window class PreCreateWidow and OnCreate focus on analysis of the two functions, Windows window and C++ of CWnd type relationship.
Platform: | Size: 46080 | Author: 罗亚 | Hits:

[Windows DevelopJBACKUP.01

Description: 深入浅出MFC中的JBACKUP的源代码-MFC in JBACKUP easy source code
Platform: | Size: 133120 | Author: 梁加国 | Hits:

[Graph RecognizeDigitalRco

Description: 用MFC实现的数字识别系统源代码,可识别多种不规则的数字-Using MFC to achieve digital identification system source code, can identify a variety of irregular figures
Platform: | Size: 249856 | Author: 窦斌 | Hits:

[OS programPL_0code

Description: 编译原理课程设计VC源代码,用MFC实现PL/0简易编译器,可支持简单PL/0语言编写的源代码的编译及执行。注:些编译器功能不支持多输入的PL/0源代码的运行,PL/0源代码必须先保存才能正确编译和运行,否则编译器会提示找不到文件。-Principles of curriculum design VC compile the source code, using MFC to achieve PL/0 simple compiler can support a simple PL/0 language source code compiler and its implementation. Note: some compilers do not support multiple-input functions of PL/0 source code to run, PL/0 source code must be preserved in order to correctly compile and run, or else the compiler will be prompted to file not found.
Platform: | Size: 82944 | Author: dongmeng | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net